runtime.g.goid (field)
43 uses
runtime (current package)
arena.go#L831: if inittrace.active && inittrace.id == getg().goid {
heapdump.go#L355: dumpint(gp.goid)
malloc.go#L1029: if inittrace.active && inittrace.id == getg().goid {
malloc.go#L1279: if inittrace.active && inittrace.id == getg().goid {
mgcmark.go#L137: println("gp", gp, "goid", gp.goid,
mgcmark.go#L821: print("runtime:scanstack: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", hex(readgstatus(gp)), "\n")
mgcmark.go#L827: print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
mgcmark.go#L832: print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
mgcmark.go#L871: println("stack trace goroutine", gp.goid)
mgcmark.go#L875: print("scanning async preempted goroutine ", gp.goid, " stack [", hex(gp.stack.lo), ",", hex(gp.stack.hi), ")\n")
mprof.go#L1543: print("doRecordGoroutineProfile gp1=", gp1.goid, "\n")
proc.go#L197: inittrace.id = getg().goid
proc.go#L315: exithook.Goid = func() uint64 { return getg().goid }
proc.go#L884: print("runtime: gp: gp=", gp, ", goid=", gp.goid, ", gp->atomicstatus=", readgstatus(gp), "\n")
proc.go#L885: print("runtime: getg: g=", thisg, ", goid=", thisg.goid, ", g->atomicstatus=", readgstatus(thisg), "\n")
proc.go#L2412: gp.goid = sched.goidgen.Add(1)
proc.go#L5033: newg.parentGoid = callergp.goid
proc.go#L5076: newg.goid = pp.goidcache
proc.go#L5104: if debug.tracebackancestors <= 0 || callergp.goid == 0 {
proc.go#L5124: goid: callergp.goid,
proc.go#L5973: print("runtime: checkdead: find g ", gp.goid, " in status ", s, "\n")
proc.go#L6389: print(mp.curg.goid)
proc.go#L6395: print(lockedg.goid)
proc.go#L6403: print(" G", gp.goid, ": status=", readgstatus(gp), "(", gp.waitreason.String(), ") m=")
runtime2.go#L458: goid uint64
stack.go#L1059: print("runtime: gp=", gp, ", goid=", gp.goid, ", gp->status=", hex(readgstatus(gp)), "\n ")
trace.go#L391: ug.goid = s.g.goid
trace.go#L771: println("runtime: got trace reader", g2, g2.goid)
traceback.go#L203: print("runtime: g ", gp.goid, " gp=", gp, ": unknown pc ", hex(frame.pc), "\n")
traceback.go#L466: print("runtime: g ", gp.goid, ": unexpected return pc for ", funcname(f), " called from ", hex(frame.lr), "\n")
traceback.go#L564: print("runtime: g", gp.goid, ": frame.sp=", hex(u.frame.sp), " top=", hex(gp.stktopsp), "\n")
traceback.go#L778: if f.valid() && showframe(f.srcFunc(), gp, false, abi.FuncIDNormal) && gp.goid != 1 {
traceback.go#L1223: print("goroutine ", gp.goid)
tracecpu.go#L257: hdr[1] = gp.goid
traceevent.go#L127: w = w.writeGoStatus(uint64(gp.goid), int64(tl.mp.procid), goStatus, gp.inMarkAssist, 0 /* no stack */)
traceruntime.go#L444: tl.eventWriter(traceGoRunning, traceProcRunning).commit(ev, traceArg(newg.goid), tl.startPC(pc), tl.stack(2))
traceruntime.go#L454: w = w.write(traceEvGoStart, traceArg(gp.goid), gp.trace.nextSeq(tl.gen))
traceruntime.go#L498: w.commit(traceEvGoUnblock, traceArg(gp.goid), gp.trace.nextSeq(tl.gen), tl.stack(skip))
traceruntime.go#L513: w.commit(ev, traceArg(nextg.goid), nextg.trace.nextSeq(tl.gen))
traceruntime.go#L523: w = w.writeGoStatus(gp.goid, -1, traceGoWaiting, gp.inMarkAssist, 0)
traceruntime.go#L621: tl.eventWriter(traceGoBad, traceProcBad).commit(traceEvGoCreateSyscall, traceArg(gp.goid))
tracestack.go#L64: print("runtime: gp=", unsafe.Pointer(gp), " gp.goid=", gp.goid, " status=", gStatusStrings[status], "\n")
tracestack.go#L123: if nstk > 0 && gp.goid == 1 {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |